@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  font-family: "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft YaHei", Roboto, "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei Light", "Pingfang sc regular", Helvetica, Tahoma, sans-serif;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover, a.text-white:hover, .text-white a:hover {
  text-decoration: none;
  color: #299df6;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
  margin: 0;
}

#cd-nav {
  z-index: 99999;
}

.ie-alert {
  display: none;
  background: #9f1515;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

#scrollUp:hover {
  cursor: pointer;
  background: #f39700;
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

#scrollUp {
  position: fixed;
  right: 0;
  bottom: 30px;
  background: #e5e5e5;
  text-align: center;
  padding: 10px 15px;
  font-size: 24px;
}

/*常用css样式*/
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  background-color: transparent;
  border: none;
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
}

.form-control, .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}

.font-bold {
  font-weight: bold;
}

.text-black {
  color: #323232;
}

.word-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
}

.top {
  background-color: #fff;
}

.text-white {
  color: #fff !important;
}

.nav-active .link{
  color: #f00 !important;
  border-bottom-color: red !important;
}

.bread, .footer {
  padding: 10px 0;
  background-color: #f5f5f5;
}

.bread-title {
  font-size: 24px;
}

.language {
  background-color: #f00;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0 !important;
}

.bread-active {
  background-color: #e6a13e;
  border-color: #e6a13e !important;
  color: #fff !important;
}

.margin-top-30 {
  margin-top: 30px;
}

/* 首页 */
.home-title {
  font-size: 32px;
  margin-bottom: 15px;
}

#home-pro {
  margin-bottom: 30px;
  overflow: hidden;
}

.home-pro, .power-one, .home-power, .home-power-img, .home-news-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.home-pro {
  background-image: url(../../images/home-pro-bg.jpg);
  padding-left: 30px;
  position: relative;
}

.home-pro-title {
  font-size: 24px;
}

.btn-pro {
  background-color: red;
  color: white;
  margin-top: 30px;
  display: block;
  padding: 10px 35px;
}

.home-pro-text {
  position: absolute;
  top: 50%;
  margin-top: -52px;
}

.home-power {
  background-image: url(../../images/home-power-bg.jpg);
  padding: 60px 0;
}

.margin-bottom-30 {
  margin-bottom: 30px;
  overflow: hidden;
}

.home-power-text {
  background-color: white;
  padding: 70px 30px;
  height: 260px;
}

.home-power-title {
  color: red;
  font-size: 18px;
  margin-bottom: 20px;
}

.power-one {
  width: 100%;
  height: 520px;
  background-image: url(../../images/power1.jpg);
}

.home-power-img {
  height: 260px;
}

.home-power-two {
  background-image: url(../../images/power2.jpg);
}

.home-power-three {
  background-image: url(../../images/power3.jpg);
}

.home-about-num {
  font-size: 32px;
  color: red;
}

.num-small {
  font-size: 18px;
  font-weight: 400;
}

.margin-top-60 {
  margin-top: 60px;
}

.about-text {
  position: relative;
}

.home-about-info {
  position: absolute;
  padding: 15px 20px;
  top: 50%;
  left: 0;
  margin-top: -102px;
}

.about-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.about-info {
  line-height: 24px;
}

/* 首页新闻 */
.home-news-img {
  height: 180px;
}

.home-news-title {
  font-size: 16px;
  padding: 10px 0;
}

.home-news-time {
  color: red;
  font-size: 12px;
  padding-bottom: 10px;
}

.home-news-line {
  width: 100%;
  height: 1px;
  background-color: red;
}

.home-news-day {
  line-height: 32px;
  padding-top: 10px;
}

.home-news-item {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}

.time-day {
  font-size: 24px;
  color: #939393;
}

.partner {
  background-color: #f5f5f5;
  padding: 30px 0;
}

.footer {
  background-color: #181818;
  padding-top: 30px;
}

.footer-nav-title {
  font-size: 24px;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer-nav-item {
  line-height: 32px;
  padding-left: 15px;
}

.footer-tel {
  font-size: 24px;
}

.footer-num {
  font-size: 18px;
  margin-top: 10px;
}
.copyright{
  background-color: black;
  line-height: 40px;
}
/* 关于 */
.bread .col-sm-3 {
  padding: 0 15px;
  float: left;
  line-height: 34px;
}

.bread .col-sm-3  a {
  display: block;
  margin: auto;
  border: 1px solid red;
  height: 34px;
  border-radius: 17px;
  color: red;
}

.bread .col-sm-3  a:hover {
  background-color: red;
  border-color: red;
  color: white;
}

.bread-active {
  background-color: red;
  border-color: red !important;
}
.page-about, .show-news-info {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .5px;
  padding-bottom: 20px;
}

.text-white, .text-white a {
  color: #fff;
}

.left-item {
  line-height: 50px;
  padding: 0 15px;
  font-size: 24px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 54px;
  float: right;
}

.left-item:hover {
  width: 70px;
}

/* 新闻 */
.news-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 260px;
}

.news-title {
  color: #333;
  font-size: 24px;
}

.news-info {
  color: #777;
  padding: 15px 0;
  overflow: hidden;
}

.news-info i {
  color: #bfbfbf;
  padding-right: 5px;
}

.news-i {
  padding-top: 30px;
}

.border-right {
  border-right: 1px solid #d9d9d9;
}

.news-des {
  color: #666;
  margin-bottom: 20px;
}

.news-btn-block {
  border: 1px solid #d9d9d9;
  color: #666;
  padding: 10px 30px;
  display: block;
  float: left;
}

.news-list {
  overflow: hidden;
  margin-bottom: 20px;
}

.news-btn-block:hover {
  color: #fff;
  background-color: #e6a13e;
  border-color: #e6a13e;
}

.show-news-des {
  border-left: 4px solid #e6a13e;
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
}

.next {
  padding: 20px 0;
}

.category-news {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px !important;
}

.cate-news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  padding: 10px 15px;
}

.cate-news-name {
  color: #444;
}

.cate-news-time {
  color: #777;
}

.cate-news-list {
  overflow: hidden;
  margin-bottom: 20px;
}

#cate-news {
  padding: 30px 0;
}

/* 资质荣誉 */
.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.partner-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 120px;
  padding: 5px;
  text-align: center;
}

.li-img {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
}

.li-img img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.li-img:hover img {
  transform: scale(1.2);
}

.product-container a, .li-img a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.partner-container a {
  display: table-cell;
  width: 100%;
  height: 120px;
  vertical-align: middle;
}

.product-container a img, .li-img a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

.partner-container a img {
  max-width: 100%;
  max-height: 120px;
  margin: 0 auto;
}

.product-name, .honor-name {
  border: 1px solid #ddd;
  border-top: none;
  line-height: 32px;
  margin-bottom: 30px;
}

/* 关于我们 page-about */
.about-brand {
  font-size: 24px;
}

.brand-line {
  width: 50px;
  height: 4px;
  background-color: #e12329;
  margin: 10px auto 30px auto;
}

.about-slogan {
  font-size: 24px;
  color: #e12329;
}

.about-en {
  font-size: 32px;
  color: #ddd;
  padding-top: 20px;
  padding-bottom: 30px;
}

.about-des {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .7px;
  color: #555;
}

.btn-about {
  border-radius: 0;
  padding: 6px 20px;
}
.bread-570 .col-sm-3{
  margin-bottom: 10px;
}
.product-b a{
  border: 1px solid #f5f5f5;
  padding:5px 10px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.cat-pro{
  margin-bottom: 20px;
  overflow: hidden;
}
#pages{
	clear:both;
}
#pages a, #pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #f00;
    background-color: #f00;
}

@media(max-width:768px){
	.row{
		padding:0;
	}
	.about-info{
		overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
	}
	.home-about-info{
		margin-top:-70px;
	}
	.home-news-des{
		margin-bottom:20px;
	}
	.footer-tel,.footer-num,.copyright{
		text-align:center;
	}
	body{
		padding-top:60px;
	}
	.home-pro{
		margin-bottom:15px;
	}
}
.zz img{
	max-height:40px;
}